Submission

Put the ipynb file and html file in the github branch you created in the last assignment and submit the link to the commit in brightspace

Question 1:

Recreate the barplot below that shows the population of different continents for the year 2007.

Hints:

Question 2:

Sort the order of the continent for the visualisation

Hint: Use axis layout setting

Question 3:

Add text to each bar that represents the population

Question 4:

Thus far we looked at data from one year (2007). Lets create an animation to see the population growth of the continents through the years

Question 5:

Instead of the continents, lets look at individual countries. Create an animation that shows the population growth of the countries through the years

Question 6:

Clean up the country animation. Set the height size of the figure to 1000 to have a better view of the animation

Question 7:

Show only the top 10 countries in the animation

Hint: Use the axis limit to set this.